Returns the value of the resource localized for the specified culture with the specified name in the assembly indicated by the template type.
シンタックス
'宣言
Public Overloads Shared Function GetString( _
ByVal As System.Globalization.CultureInfo, _
ByVal As System.String _
) As System.String
public static System.string GetString(
System.Globalization.CultureInfo ,
System.string
)
パラメータ
- culture
- The CultureInfo object that represents the culture for which the resource is localized.
- name
- Name of the resource to get.
戻り値の型
The value of a resource.
参照